home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_5172 / PlaceObject2_112_53 / CLIPACTIONRECORD onClipEvent(keyDown).as
Text File  |  2008-09-12  |  259b  |  14 lines

  1. onClipEvent(keyDown){
  2.    if(Key.isDown(40) || Key.isDown(38))
  3.    {
  4.       if(_root.btnskip.enabled)
  5.       {
  6.          Selection.setFocus("_root.btnskip");
  7.       }
  8.    }
  9.    if(_root.btngo.enabled)
  10.    {
  11.       Selection.setFocus("_root.btngo");
  12.    }
  13. }
  14.